ucAssignPathway.ascx.cs
Code Type: C# Codebehind Class for ASP .NET User Control
Uses Classes: CCPA


Lines of Code: 134

public void Show()

	  show the assign pathway popup 

public bool InitializeControl()

	    initialize the assign pathway dialog 

protected void Page_Load(object sender, EventArgs e)

	  page load 

public void OnPWFilter(string strPWType)

	   user clicked inpatient/outpatient filter 

public long OnOK(string strPWIDS)

	  user clicked ok 

public void OnCancel()

	  user clicked cancel 

	

